\inthisgroup myFun \inthisgroup "Group name with spaces" |
SORT_GROUP_MEMBERS = NO
which causes the group members to be ordered in the same order as they appear in the source files. In case this order is not what you want you can also use the \inthisgroup (inthisgroupCmd) to specify the order of the members.
/** \defgroup "My own order functions" Group of string functions. The utility functions ... bla bla ... \inthisgroup writeToFile \inthisgroup stringFind \inthisgroup stringCopy \inthisgroup stringCompare */ |